home *** CD-ROM | disk | FTP | other *** search
- 10 rem ********************************
- 20 rem ** star-mistresses v2.1 **
- 30 rem ** by **
- 40 rem ** anthony rose **
- 50 rem ********************************
- 60 dv=peek(186):ifdv<8thendv=8
- 70 gosub3000:goto3040
- 80 rem --- random choices ---
- 90 fori=1to16:ch$(i)="":next
- 100 an=(rnd(1)*16+1):ch$(an)=an$(qt)
- 110 fori=1to16:ifch$(i)<>""then160
- 120 rn=rnd(1)*n%+1:ifan$(rn)=an$(qt)then120
- 130 fl=0:forj=1toi:ifch$(j)=an$(rn)thenfl=1:j=i
- 140 next:ifflthen120
- 150 ch$(i)=an$(rn)
- 160 next:return
- 170 rem --- game screen ---
- 180 print"[147]";:a$="%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%"
- 190 fori=.to23:printa$:next:printa$""
- 200 print"[158] * * * * * star mistresses * * * * * "
- 210 fori=.to1:print"[150] ":next
- 220 fori=1to8:print:printb0$b0$:next
- 230 print"[153] question# [159] point value [154] score "
- 240 print"[153] 000 [159] 00000 [154] 00000 "
- 250 return
- 260 rem --- print question number ---
- 270 poke214,22:print
- 280 a$=str$(qn):a$=right$(a$,len(a$)-1)
- 290 printtab(8-len(a$))"[153]"a$
- 300 return
- 310 rem --- print point value ---
- 320 poke214,22:print:a$=str$(pv)
- 330 a$="000"+right$(a$,len(a$)-1)
- 340 printtab(17)"[159]"right$(a$,5)
- 350 return
- 360 rem --- print question ---
- 370 pokes+5,0:pokes+6,240:pokes+1,34:pokes,75:pokes+12,0
- 380 pokes+13,240:pokes+8,14:pokes+7,24
- 390 poke214,2:print:print"[150]";
- 400 a$=qt$(qt):fori=1tolen(a$)
- 410 ifmid$(a$,i,1)="+"thenprint:print"";:goto440
- 420 pokes+4,17:pokes+11,17:pokes+4,16:pokes+11,16
- 430 printmid$(a$,i,1);
- 440 next
- 450 print"?":return
- 460 rem --- print choices ---
- 470 poke214,5:print:fori=1to8
- 480 printmid$(c$,i,1)""ch$(i)tab(21)ch$(i+8)
- 490 print:next:return
- 500 rem --- print score ---
- 510 poke214,22:print
- 520 a$=str$(sc):a$=right$(a$,len(a$)-1)
- 530 printtab(35-len(a$))"[154]"a$
- 540 return
- 550 rem --- bonus prompt ---
- 560 poke214,9:print"[129]"
- 570 printtab(12)" "
- 580 printtab(12)" bonus if you "
- 590 printtab(12)" can answer the "
- 600 printtab(12)" next question! "
- 610 printtab(12)" "
- 620 fori=10to8step-1:r%=i:gosub980:next
- 630 fori=8to10:r%=i:gosub980:next
- 640 forde=1to3000:next
- 650 poke214,9:print
- 660 fori=.to2:printtab(12)" % ":printtab(12)"%%%%%%%%%%%%%%%%%"
- 670 next:return
- 680 rem --- clear screen lines ---
- 690 poke214,2:print
- 700 fori=.to1:print"[150] ":next
- 710 fori=1to8:print:printb0$b0$:next
- 720 return
- 730 rem -- highlight correct answer --
- 740 c%=1:r%=an:ifr%>8thenr%=r%-8:c%=2
- 750 fori=1to2:gosub900:gosub980
- 760 forde=1to100:next:gosub880
- 770 forde=1to100:next:next
- 780 gosub900:gosub980:return
- 790 rem --- clear screens ---
- 800 fori=0to12:poke781,i:sys59903:poke781,24-i:sys59903:next:return
- 810 rem --- clear title screen ---
- 820 poke214,10:print
- 830 fori=.to4:printtab(9)b0$:next
- 840 forde=1to1200:next:return
- 850 rem --- bottom to top ---
- 860 fori=24to.step-1:poke781,i:sys59903:next:return
- 870 rem --- highlight bar off ---
- 880 printtab(t)"[145]"b0$:printtab(t)"[145]"ch$(a):return
- 890 rem --- highlight bar on ---
- 900 poke214,r%*2+3:print
- 910 t=(c%-1)*19:a=(c%-1)*8+r%
- 920 printtab(t)mid$(c$,r%,1)b1$
- 930 printtab(t)"[145]"ch$(a)
- 940 return
- 950 rem --- clear sid chip ---
- 960 fori=.to24:pokes+i,.:next:pokes+24,15:return
- 970 rem --- beep ---
- 980 pokes+6,200:pokes+1,r%*5+10
- 990 pokes+4,17:forde=1to50:next
- 1000 pokes+4,16:return
- 1010 rem --- rasberry ---
- 1020 pokes+5,0:pokes+6,240
- 1030 fori=1024to768step-8
- 1040 pokes+1,i/256:pokes,iand255
- 1050 pokes+4,33:next:pokes+4,32
- 1060 return
- 1070 rem --- correct sound ---
- 1080 pokes+6,225:pokes+4,17
- 1090 fori=1to7:forde=1to180step20
- 1100 pokes+1,de:next:next
- 1110 pokes+4,0:return
- 1120 rem --- meet the champ ---
- 1130 pokes+5,41:pokes+6,48
- 1140 fori=0to16:pokes+4,17
- 1150 forj=1tod(i)*2:f=f(i)+peek(s+27)/2
- 1160 pokes+0,fand255:pokes+1,int(f/256)
- 1170 next:pokes+4,16:next
- 1180 return
- 1190 rem --- new high score ---
- 1200 fori=1to3:forj=1to3
- 1210 pokes+5,62:pokes+6,48
- 1220 pokes+1,j*3+6:pokes,54
- 1230 pokes+4,33:forde=1to108:next
- 1240 pokes+4,32::forde=1to10:next
- 1250 next:next:return
- 1260 rem --- bonus 1000 ---
- 1270 pokes+6,240:pokes+4,17
- 1280 fori=1to14:forde=1to185step10
- 1290 pokes+1,de:next:poke53280,20-i:next
- 1300 pokes+4,0:return
- 1310 rem --- cursor ---
- 1320 f=(fand7)+1:printmid$(cr$,f,1)"[157]";
- 1330 forde=1to30:next:return
- 1340 rem --- check drive ---
- 1350 open15,dv,15,"r0:"+f$+"="+f$:input#15,er:close15
- 1360 return
- 1370 rem --- main ---
- 1380 ifbn=2thengosub560
- 1390 gosub270:gosub320:gosub90:gosub370
- 1400 gosub470:r%=1:c%=1:gosub900
- 1410 geta$:ifa$<>""then1410
- 1420 j=peek(jy)and15:geta$
- 1425 ifa$="q"thenqt=qt+21-qn:goto2330
- 1430 if(peek(jy)and16)=.ora$=chr$(13)then1510
- 1440 ifj=14ora$="[145]"thengosub880:r%=r%-1-(r%=1)*8:goto1490
- 1450 ifj=13ora$=""thengosub880:r%=r%+1+(r%=8)*8:goto1490
- 1460 ifj=11ora$="[157]"thengosub880:c%=c%-1-(c%=1)*2:goto1490
- 1470 ifj=7ora$=""thengosub880:c%=c%+1+(c%=2)*2:goto1490
- 1480 goto1420
- 1490 gosub900:gosub980:goto1420
- 1500 rem --- check answer ---
- 1510 ifch$(a)<>an$(qt)thenpv=50:bn=0:gosub1020:gosub880:gosub740:goto1530
- 1520 gosub1080:sc=sc+pv:gosub510:pv=pv+50:bn=bn+1:ifbn=3thenbn=0:goto1570
- 1530 forde=1to2500:next:gosub690
- 1540 qt=qt+1:qn=qn+1:ifqn>20then2110
- 1550 goto1380
- 1560 rem --- bonus rock ---
- 1570 forde=1to2000:next:gosub860
- 1580 poke53265,peek(53265)or64
- 1590 poke53280,6:poke53281,10:poke53282,3:poke53283,8:poke53284,7
- 1600 pokes+24,15:pokes+1,30:pokes+6,200
- 1610 c%=1:r%=rnd(1)*20+1
- 1620 print"[147][144][160][160][160][160][160][160][160][160][160][160][160][160][160][160][160][194][207][206][213][211][160][210][207][204][204][160][160][160][160][160][160][160][160][160][160][160][160][160][160][157][148][160]"
- 1630 print"[156][165][165][165][165][165][165][165][165][165][165][165][165][165][165][165][165][165][165][165][165][165][165][165][165][165][165][165][165][165][165][165][165][165][165][165][165][165][165][165][157][148][165]"
- 1640 print"[165][165] [144]& 100 [146][156][165][157][148][165]"
- 1650 print"[165][165] [144]& 150 [156][165][157][148][165]"
- 1660 print"[165][165] [144]& 200 [146][156][165][157][148][165]"
- 1670 print"[165][165] [144]& 250 [156][165][157][148][165]"
- 1680 print"[165][165] [144]& 300 [146][156][165][157][148][165]"
- 1690 print"[165][165] [144]& 350 [156][165][157][148][165]"
- 1700 print"[165][165] [144]& 400 [146][156][165][157][148][165]"
- 1710 print"[165][165] [144]& 450 [156][165][157][148][165]"
- 1720 print"[165][165] [144]& 500 [146][156][165][157][148][165]"
- 1730 print"[165][165] [144]& 750 [156][165][157][148][165]"
- 1740 print"[165][165] [144]& 1000 [146][156][165][157][148][165]"
- 1750 print"[165][165] [144]& 750 [156][165][157][148][165]"
- 1760 print"[165][165] [144]& 500 [146][156][165][157][148][165]"
- 1770 print"[165][165] [144]& 450 [156][165][157][148][165]"
- 1780 print"[165][165] [144]& 400 [146][156][165][157][148][165]"
- 1790 print"[165][165] [144]& 350 [156][165][157][148][165]"
- 1800 print"[165][165] [144]& 300 [146][156][165][157][148][165]"
- 1810 print"[165][165] [144]& 250 [156][165][157][148][165]"
- 1820 print"[165][165] [144]& 200 [146][156][165][157][148][165]"
- 1830 print"[165][165] [144]& 150 [156][165][157][148][165]"
- 1840 print"[165][165] [144]& 100 [146][156][165][157][148][165]"
- 1850 print"[165][165][165][165][165][165][165][165][165][165][165][165][165][165][165][165][165][165][165][165][165][165][165][165][165][165][165][165][165][165][165][165][165][165][165][165][165][165][165][157][148][165]"
- 1860 print"[144][160][160][160][160][160][160][160][160][160][208][210][197][211][211][160][211][208][193][195][197][194][193][210][160][212][207][160][210][207][195][203][160][160][160][160][160][160][160][160][157][148][160]"
- 1870 r%=r%+c%:ifr%<2orr%>20thenc%=-c%:pokes+4,17:poke53280,1
- 1880 forde=1to20:next:poke53280,6:pokes+4,16
- 1890 geta$:ifa$<>" "then1870
- 1900 sp$=" ":bl$="&":ifr%and1thensp$=" ":bl$="&"
- 1910 poke214,r%:print""
- 1920 fori=2to31:printtab(i)bl$;
- 1930 pokes+1,i*2:pokes+4,17:forde=1to40:next:ifi<>31thenprint"[157]"sp$"[145]"
- 1940 next:pokes+4,16:print
- 1950 ifr%=11thengosub1270
- 1960 forde=1to2500:next:gosub860
- 1970 poke53281,.:poke53280,.
- 1980 poke53265,peek(53265)and191
- 1990 gosub180:gosub270:gosub320:gosub510
- 2000 poke214,10:print:r%=r%-1
- 2010 fori=1to3:printtab(13)"[129] ";:ifr%=10thenprint" ";
- 2020 print:next:poke214,11:print
- 2030 printtab(14)"bonus ="bn(r%)
- 2040 forde=1to500:next
- 2050 fori=10tobn(r%)step10
- 2060 pokes+1,i/10:pokes+4,33:sc=sc+10
- 2070 gosub510:pokes+4,0:next
- 2080 gosub1080:forde=1to1000:next
- 2090 gosub650:goto1540
- 2100 rem --- game over ---
- 2110 ifsc<=hsthen2330
- 2120 rem --- a new champ ---
- 2130 gosub860:gosub1200
- 2140 poke214,6:print
- 2150 printtab(12)"[150]congratulations!"
- 2160 printtab(9)"[158]you are the new champ!"
- 2170 printtab(10)"[156][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192]"
- 2180 printtab(10)"[192] [192]"
- 2190 printtab(10)"[192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192]"
- 2200 printtab(12)"[153]enter your name"
- 2210 printtab(11)"[129]then press return"
- 2220 rem --- input name ---
- 2230 hs=sc:n$="":poke214,11:print
- 2240 printtab(12)"[166][157]";
- 2250 geta$:ifa$<>""then2250
- 2260 geta$:ifa$=""thengosub1320:goto2260
- 2270 ifa$=chr$(20)andlen(n$)thenn$=left$(n$,len(n$)-1):print" [157][157]";:goto2310
- 2280 ifa$=chr$(13)andlen(n$)thenprint" ":goto2320
- 2290 ifa$<>" "anda$<"a"ora$>"z"orlen(n$)>14then2260
- 2300 n$=n$+a$:printa$;
- 2310 gosub1320:goto2260
- 2320 rem --- meet the mistress ---
- 2330 poke53265,peek(53265)and239
- 2340 print"[147][154][213][215] [213] [214][215] [213][214] [216] [215][213][215] [214][215] [215] [215][214][213] [216][157][148] "
- 2350 print" in all the known galaxies there is one"
- 2360 print" whose knowledge of the stars surpasses"
- 2370 print" all others. and for this reason only"
- 2380 print"[154][213] she is truly worthy of the title [154][214][157][148][215]"
- 2390 print" [159]star-mistress...extraordinaire! [154][213]"
- 2400 print"[216] [213][214] [216] [216] [214] [214] [213] [215][216]"
- 2410 print" [158][190][154] [216] [215] [213] [213] [150][160][161][162][163][154] [214] [213] [213] [153][188] [154][214][157][148] "
- 2420 print" [214] [214] [129][183][184] [150][164][165][166][167][168][154] [213] [214][213] [216]"
- 2430 print" [213] [213] [215] [129][185][186] [154][215] [150][169][170][171][172][173] [154][216] [213][214] [215]"
- 2440 print"[214] [216] [215] [213] [216] [150][193][194][195][196][197][146][154] [213] [216][189][154] [213][157][148] "
- 2450 print" [191][154] [216] [214][216] [150][198][199][200][201][202][203][146][154] [213] [215] [214]"
- 2460 print"[213] [213] [214] [214] [214] [150][204][205][206][207][208][209][210][146][154] [214] [214] [214]"
- 2470 print" [216] [215] [150][211][212][213][214][215][216][146][154] [213] [216] [213][216]"
- 2480 print" [214] [215] [213] [214] [215][216][150][217][218][219][220][221][146][154] [214] [216] [213][157][148] "
- 2490 print"[215] [213] [150][255][223][160][161][162][163][146][154] [213] [215] [214]"
- 2500 print" [215][216] [214] [214] [215] [214] [150][164][165][166][167][168][146][154] [213] [216][215][157][148] "
- 2510 print" [174][175][176][154] [213] [150][169][170][171][172][146][154] [215] [216] [214] [154][213]"
- 2520 print" [214] [214] [177][178][179][154] [215] [214] [150][173][174][175][176][177][146][154] [213][214] [156][187][154] [214] [216]"
- 2530 print" [214] [180][181][182][154] [215] [215] [150][178][179][146][154][215][150][180][181][146][154] [213] [213][216][157][148][215]"
- 2540 print"[213] [215][216] [213] [213] [216] [150][182][183][184][185][186][187][146][154] [216] [215] [213] "
- 2550 print" [214] [216][214] [215] [150][188][189][146][154][213][150][190][191][146][154] [213][214] [215] "
- 2560 print" [214] [215] [214] [216] [216] [216] [216] [216] [214][157][148] "
- 2570 print" [216][215] [216] [215] [159]save score? (y[159]) or (n[159])[154] [214] [215][213] [214]"
- 2580 print"[214] [216] [214][216][213] [215] [214][216] [215] [213][216] [214][213][215] [216][214][215] [213][214][157][148] "
- 2590 poke214,13-len(n$)/2:print:printtab(30-len(n$)/2)"[158]";
- 2600 iflen(n$)and1thenprint"";
- 2610 fori=1tolen(n$):printmid$(n$,i,1)"";:next
- 2620 a$=str$(hs):a$=right$(a$,len(a$)-1)
- 2630 poke214,12-len(a$)/2:print:printtab(32-len(a$)/2)"";
- 2640 iflen(a$)and1thenprint"";
- 2650 fori=1tolen(a$):printmid$(a$,i,1)"";:next
- 2660 gosub1130:poke53265,peek(53265)or16
- 2670 geta$:ifa$="n"then2770
- 2680 ifa$<>"y"then2670
- 2690 rem --- save scores ---
- 2700 poke214,22:print
- 2710 printtab(9)"[159] [192][146] saving score [192][146] "
- 2720 open15,dv,15,"s0:mistress.high":close15
- 2730 open8,dv,8,"mistress.high,p,w"
- 2740 print#8,n$:print#8,hs
- 2750 close8
- 2760 rem --- another game ---
- 2770 poke214,22:print
- 2780 printtab(9)"[159]play again? (y[159]) or (n[159])"
- 2790 geta$:ifa$<>""then2790
- 2800 geta$:ifa$="n"then2870
- 2810 ifa$<>"y"then2800
- 2820 rem --- reset variables ---
- 2830 sc=0:bn=0:pv=50:qn=1
- 2840 ifqt>n%thenqt=1:gosub3660
- 2850 gosub180:goto1380
- 2860 rem --- asta lavista baby ---
- 2870 f$="hello connect":gosub1350
- 2880 poke56578,peek(56578)or3
- 2890 poke56576,(peek(56576)and252)or3
- 2900 poke53272,21:poke648,4
- 2910 ifer=63then2950
- 2920 poke53281,6:poke53280,14:print"[147][154]"
- 2930 end
- 2940 rem --- return to loadstar ---
- 2950 a$="hello connect":q$=chr$(34)
- 2960 print"[147][144]load"q$a$q$","dv
- 2970 print:print:print:print:print"run"
- 2980 poke631,19:poke632,13:poke633,13:poke198,3:end
- 2990 rem --- set up video ---
- 3000 poke56578,peek(56578)or3:poke56576,(peek(56576)and252)
- 3010 poke53272,29:poke648,196
- 3020 poke53281,0:poke53280,0:print"[147]"
- 3030 return
- 3040 rem --- initialize ---
- 3050 dima,f,i,j,t,r%,c%,rn,an,pv,sc,hs,bn,de,er,fl,a$,f$,n$,bl$,sp$
- 3060 n%=200:jy=56320:s=54272:pv=50:qn=1:qt=1:rn=rnd(-ti)
- 3070 c$="[159][153][158][129][150]":cr$=" [\]^]\["
- 3080 b0$=" ":b1$=" "
- 3090 f$="mistress.high":gosub1350
- 3100 ifer<>63then3130
- 3110 open8,dv,8,"mistress.high"
- 3120 input#8,n$:input#8,hs:close8
- 3130 dimqt$(n%),an$(n%),ch$(16),f(16),d(16),bn(20),t$(24)
- 3140 fori=1ton%:readqt$(i):next
- 3150 fori=1ton%:readan$(i):next
- 3160 fori=.to16:readf(i),d(i):next
- 3170 fori=.to20:readbn(i):next
- 3180 fori=.to24:readt$(i):next
- 3190 gosub3660:gosub960
- 3200 rem --- title screen ---
- 3210 print"[147]":poke214,11:print
- 3220 print"[129]^[149]^ ^[129]=#>[157][148]#"
- 3230 fori=1to12
- 3240 poke214,12+i:sys58732:printt$(12+i)
- 3250 poke214,12-i:sys58732:printt$(12-i)
- 3260 next:forde=1to1000:next
- 3270 poke214,12:print""
- 3280 printtab(10)"loadstar presents"
- 3290 forde=1to2500:next:gosub820
- 3300 poke214,10:print
- 3310 printtab(18)"a"
- 3320 printtab(10)"movie star trivia"
- 3330 printtab(13)"game sequel"
- 3340 forde=1to3000:next:gosub820
- 3350 poke214,12:print
- 3360 printtab(11)"by anthony rose[154]"
- 3370 forde=1to2500:next:gosub820
- 3380 a$="[213][214][214][215][215][216]"
- 3390 fori=1to170
- 3400 poke214,rnd(1)*17+4:print
- 3410 printtab(rnd(1)*33+2)mid$(a$,rnd(1)*6+1,1)
- 3420 next
- 3430 poke214,5:print"[158]"
- 3440 print"[195][196][199][206][200][195][196][206][196][195][206][196][206][195][196][199][206][200][206][196][199][200][195][196][195][196][199][200][195][196]"
- 3450 print"[193][207][193][193][193][193][193][193][193][193][193][193][207][193][193][193][193][193][207][193][207][193][193][207]"
- 3460 print"[197][196][193][203][204][203][209][193][193][193][193][197][196][193][203][209][203][210][197][196][197][196][203][210][197][196]"
- 3470 print"[208][193][193][193][193][193][193][193][193][193][193][208][193][193][193][193][193][208][193][208][193][193][208][193]"
- 3480 print"[197][198][207][207][207][207][207][207][207][207][205][197][198][207][207][207][201][202][197][198][197][198][201][202][197][198]"
- 3490 forde=1to1500:next:print
- 3500 printtab(14)"[199][210][199][196][195][196][195][206][196]"
- 3510 printtab(14)"[203][210][203][209][193][193][193][193][193]"
- 3520 printtab(14)"[207][207][207][197][198][207][207][207]"
- 3530 forde=1to1500:next:print
- 3540 print"[208][208][195][194][196][208][208][218][255][223][219][208][208][195][194][196][195][194][196][199][194][196]"
- 3550 print"[193][193][193][193][193][193][220][217][221][193][193][193][193][193][193][193][193]"
- 3560 print"[203][194][204][193][193][193][193][193][193][223][255][193][193][193][193][193][193][193]"
- 3570 print"[193][193][193][193][193][193][193][193][223][221][220][255][193][193][193][193][193][193][193]"
- 3580 print"[207][207][197][194][198][201][194][210][201][194][210][207][201][221][220][202][197][194][198][197][194][198][201][194][198]"
- 3590 forde=1to1500:next
- 3600 printtab(6)"[149]need directions? (y) or (n)"
- 3610 geta$:ifa$="n"thengosub860:goto3640
- 3620 ifa$<>"y"then3610
- 3630 gosub860:gosub7060
- 3640 gosub180:goto1380
- 3650 rem --- mix questions ---
- 3660 print"[147]":poke214,11:print
- 3670 printtab(16)"[150]working..."
- 3680 fori=1ton%:rn=rnd(1)*n%+1
- 3690 a$=qt$(i):f$=an$(i):qt$(i)=qt$(rn):an$(i)=an$(rn):qt$(rn)=a$:an$(rn)=f$
- 3700 next:return
- 3710 rem --- questions ---
- 3720 datawho played photographer vicki vale+in $batman$
- 3730 datawho portrayed catwoman in the 1966+movie $batman$
- 3740 datawho played a female medical student+in $flatliners$
- 3750 datawho was a woman caught in a maze in+$hellbound@ hellraiser ii$
- 3760 datawho plays the man of steel's mother+in $superman$
- 3770 datawho was a princess in the arthurian+sci-fi movie $krull$
- 3780 datawho played a damsel in distress in+$quest for the mighty sword$
- 3790 datawho played the little girl newt in+$aliens$
- 3800 datawacky space rays make her quite big+in $attack of the 50-foot woman$
- 3810 datawho played melina in the futuristic+thriller $total recall$
- 3820 datawho plays the title role in stephen+king's $carrie$
- 3830 datashe plays the high school football+coach in $wildcats$
- 3840 datawhich actress pursues a sorcerer in+$warlock$
- 3850 datawho starred as a ny police officer+in $blue steel$
- 3860 datawhich actress was lady fairchild in+$mysterious island$
- 3870 datawho plays kay in the horror classic+$creature from the black lagoon$
- 3880 datawho was lori in the sci-fi thriller+$total recall$
- 3890 datawho stars as the comic-book heroine+in $red sonja$
- 3900 datawho portrayed reporter lois lane in+$superman$
- 3910 datawho portrayed the jungle heroine in+$sheena$
- 3920 datawho portrayed princess buttercup in+$the princess bride$
- 3930 datawho played the scientist's daughter+in $forbidden planet$
- 3940 datawhich star portrays a schizophrenic+in $the locket$
- 3950 datashe marries a salesman suspected of+murder in $betrayed$
- 3960 datawho played lust in the british film+$bedazzled$
- 3970 datawho plays an exotic smuggling queen+in $octopussy$
- 3980 datawho had the title role in the 1963+epic $cleopatra$
- 3990 datawho stars as a free-spirited mother+in $mermaids$
- 4000 datawho was margaret in the zany comedy+$bedazzled$
- 4010 datawho was arnold's female sidekick in+$conan$
- 4020 datawho played a navy flight instructor+in $top gun$
- 4030 datawhich actress won the oscar for her+role in $misery$
- 4040 datawho plays explorer richard burton's+wife in $mountains on the moon$
- 4050 datashe's battling futuristic bad guys+in $cherry 2000$
- 4060 datawho is a woman seeking supernatural+help in $grave secrets$
- 4070 datawho played a resurrected house-wife+in $hello again$
- 4080 datawho played a sorceress in the movie+$the witches$
- 4090 datawhich actress played a roller derby+star in $kansas city bomber$
- 4100 datawhich actress portrayed a medium in+$black rainbow$
- 4110 datawho starred opposite tom hanks in+$joe versus the volcano$
- 4120 datawho was a woman mixed up with rival+aliens in $peacemaker$
- 4130 datawho plays a heiress with amnesia in+$overboard$
- 4140 datawhich actress played a psychiatrist+in $mr. frost$
- 4150 datawhat star won an oscar for her role+in $gaslight$
- 4160 datawho starred as a futuristic teen in+$the girl from tomorrow$
- 4170 datawhich actress plays a time-traveler+in $millennium$
- 4180 datawho plays a ghost haunting a writer+in $the forgotten one$
- 4190 datawho played helen in hammer studios'+$dracula-prince of darkness$
- 4200 datawho played maria in hammer studios'+$dracula has risen from the grave$
- 4210 datawho played a replicant named rachel+in $bladerunner$
- 4220 datawho was swampy's romantic interest+in $the return of swamp thing$
- 4230 datawho plays jane in the award winning+(not!) $tarzan the apeman$
- 4240 datawho plays a mother trapped with her+son in $cujo$
- 4250 datawho was a woman with feline lineage+in $cat people$
- 4260 datawhich star won a best actress oscar+in $suspicion$
- 4270 datawho plays a widow who hires a handy+man in $beware my lovely$
- 4280 datawhich actress had the title role in+$the legend of billie jean$
- 4290 datawho plays a woman battling a killer+robot in $hardware$
- 4300 datawhich actress makes a deal with the+devil in $limit up$
- 4310 datawho won best supporting actress for+$ghost$
- 4320 datawho was a model in the supernatural+shocker $sentinel$
- 4330 datawhat star played a domineering wife+in $shrike$
- 4340 datawho played tina in the supernatural+thriller $voodoo dawn$
- 4350 datawhich actress had the title role in+$the story of snow white$
- 4360 datawhich starlet had the title role in+disney's $sleeping beauty$
- 4370 datawhich starlet played the title role+in $roxanne$
- 4380 datawho played lori in the clive barker+movie $nightbreed$
- 4390 datawho portrays mel gibson's mother in+$hamlet$
- 4400 datawho plays a psychic criminal hunter+in $fear$
- 4410 datawho portrayed a female scientist in+$fantastic voyage$
- 4420 datawho co-starred with william hurt in+$altered states$
- 4430 datawho co-stars with best friend james+woods in $the boost$
- 4440 datawho played elsa in the horror flick+$frankenstein meets the wolfman$
- 4450 datawho starred in the british chiller+$five million years to earth$
- 4460 datawho played a stone-age cavewoman in+$one million years b.c$
- 4470 datawho played mina in the 1931 classic+$dracula$
- 4480 datawhich actress starred in the comedy+$adventures in babysitting$
- 4490 datawho plays a teacher seeking revenge+in $hell high$
- 4500 datawho stars as an apprentice witch in+$bedknobs and broomsticks$
- 4510 datawho co-starred with martin sheen in+$the believers$
- 4520 datawho portrayed bruce willis' wife in+$diehard$
- 4530 datawho starred opposite patrick swayze+in $dirty dancing$
- 4540 datawho plays the female biker-she wolf+in $easy wheels$
- 4550 datawhich actress played the title role+in $barbarella$
- 4560 datawho starred opposite yul brynner in+$the king and i$
- 4570 datawho was john voight's reincarnated+lover in $eternity$
- 4580 datawho co-starred with bruce willis in+$in country$
- 4590 datawho plays a woman who fakes her own+murder in $kill me again$
- 4600 datawho plays maggie in the horror film+$popcorn$
- 4610 datawho plays a little girl who helps a+reindeer in $prancer$
- 4620 datawho starred in the 1991 blockbuster+$silence of the lambs$
- 4630 datawhich actress had the title role in+$private benjamin$
- 4640 datawhich star was marisa in the horror+spoof $transylvania twist$
- 4650 datawhich actress portrayed an alien in+$aftershock$
- 4660 datawho played a mother seeking revenge+in $obsessed$
- 4670 datawho plays a woman who meets a robot+in $short circuit$
- 4680 datawho plays a computerized dream girl+in $weird science$
- 4690 datawhich star plays nora in the sci-fi+adventure $eliminators$
- 4700 datawho starred as the heroic ripley in+$alien$
- 4710 datawho co-starred with jeff bridges in+$starman$
- 4720 datawho co-starred with peter weller in+$robocop$
- 4730 datawho played a mermaid in the disney+film $splash$
- 4740 datashe and her boyfriend help 3 aliens+in $wavelength$
- 4750 datawho plays a princess in the fantasy+classic $the thief of bagdad$
- 4760 datawhich actress played scarlet in the+classic $gone with the wind$
- 4770 datawho co-starred with humphrey bogart+in $key largo$
- 4780 datawho starred as an expectant mother+in $the seventh sign$
- 4790 datawho co-starred with robert urich in+$endangered species$
- 4800 datawhich star won a best actress oscar+in $norma rae$
- 4810 datawho starred as a disturbed woman in+$straight jacket$
- 4820 datawhich actress is haunted by visions+in $distortions$
- 4830 datawho played glinda the good witch in+$the wizard of oz$
- 4840 datawho portrayed the lady marianne in+$rogues of sherwood forest$
- 4850 datawho played a mysterious hitchhiker+in $alligator eyes$
- 4860 datawhich star marries then murders men+in $black widow$
- 4870 datawho plays a woman plotting a murder+in $the lady from shanghai$
- 4880 datawho portrays writer mary shelley in+$frankenstein unbound$
- 4890 datawho teams up with michael keaton in+$the squeeze$
- 4900 datawho plays a flutist with nightmares+in $dream lover$
- 4910 datawho played jackie in the futuristic+thriller $runaway$
- 4920 datawhich star is stabbed in the shower+in $psycho$
- 4930 datawhich star won a best actress oscar+in $annie hall$
- 4940 datawhich star played lady catherine in+$the bandit of sherwood forest$
- 4950 datawhich actress starred in the disney+favorite $mary poppins$
- 4960 datawhich actress plays queen elizabeth+in $the sea hawk$
- 4970 datawho played a mother whose son wants+a bb-gun in $a christmas story$
- 4980 datawho starred opposite errol flynn in+$against all flags$
- 4990 datawho co-starred with jeff bridges in+$against all odds$
- 5000 datawho played a woman with telekinetic+powers in $the fury$
- 5010 datawho played a child with telekinetic+powers in $firestarter$
- 5020 datawhich actress plays sarah connor in+$terminator$
- 5030 datawho starred in the ghostly thriller+$the legacy$
- 5040 datawho played a gun-slinging mother of+two in $big bad mama$
- 5050 datawhich actress was a princess in the+fantasy $clash of the titans$
- 5060 datawhich star plays morticia in 1991's+$the addams family$
- 5070 datawho played erica in the wwiii drama+$red dawn$
- 5080 datawhich actress played queen margaret+in $the adventures of don juan$
- 5090 datawho was helen downing in the comedy+$who's harry crumb?$
- 5100 datawho played terra in the kiddie sci-+fi adventure $solarbabies$
- 5110 datawhich actress had the title role in+$wonder woman$
- 5120 datawho co-starred with bruce willis in+$blind date$
- 5130 datawho starred opposite william powell+in $the thin man$
- 5140 datawhich actress portrays a vampire in+$red blooded american girl$
- 5150 datawhich actress portrays cleopatra in+$serpent of the nile$
- 5160 datawhich actress played a scientist in+$shadowzone$
- 5170 datawho portrayed jane in the tv. movie+$tarzan in manhattan$
- 5180 datawho was the voice of mikey's sister+in $look who's talking too$
- 5190 datawho plays kate in the horror/comedy+$gremlins$
- 5200 datawho portrayed ferris' girlfriend in+$ferris bueller's day off$
- 5210 datawho portrayed a sightless telephone+operator in $blind fear$
- 5220 datawho stars in the giant grasshoppers+flick $beginning of the end$
- 5230 datawho was nady in the postapocalyptic+adventure $cyborg$
- 5240 datawho was a woman stalked by a maniac+in $dean r. koontz's whispers$
- 5250 datawho starred opposite robert redford+in $out of africa$
- 5260 datawho plays sara in the sci-fi comedy+$martians go home$
- 5270 datawhich actress was a tv. horror host+in $midnight$
- 5280 datawhich star won a best actress oscar+in $driving miss daisy$
- 5290 datawho played tony danza's daughter in+$she's out of control$
- 5300 datawho portrays catherine the great in+$the scarlet empress$
- 5310 datawhich star won a best actress oscar+in $mrs. miniver$
- 5320 datawho portrayed ray milland's wife in+$dial m for murder$
- 5330 datawho co-starred with nicolas cage in+$wild at heart$
- 5340 datawho plays a girl trapped in a house+in $you'll like my mother$
- 5350 datawho co-starred with humphrey bogart+in $the two mrs. carrolls$
- 5360 datawho played the head of a school for+young women in $the beguiled$
- 5370 datawho co-starred with marc singer in+$the beastmaster$
- 5380 datawho portrays a runaway housewife in+$the rain people$
- 5390 datawho plays mrs. brody in the classic+thriller $jaws$
- 5400 datawho portrays josette in the wartime+thriller $journey into fear$
- 5410 datawho co-starred with stewart granger+in $king solomon's mines$
- 5420 datawhich actress played jean in 1935's+$the raven$
- 5430 datawhich star played a killer android+in $eve of destruction$
- 5440 datawho co-starred with leonard whiting+in $romeo and juliet$
- 5450 datawho played an amish widow whose son+sees a murder in $witness$
- 5460 datawho co-starred with roddy piper in+$hell comes to frogtown$
- 5470 datawho played alex forrest in the film+$fatal attraction$
- 5480 datawho starred in the steven spielberg+thriller $poltergeist$
- 5490 datawhich star plays breathless mahoney+in $dick tracy$
- 5500 datawho co-starred with dennis quaid in+$the big easy$
- 5510 datawhich actress portrayed penelope in+$the creeping flesh$
- 5520 datawhich actress played calamity jane+in $the paleface$
- 5530 datawhich actress had her last role in+$brainstorm$
- 5540 datawho co-starred with patrick swayze+in $roadhouse$
- 5550 datawho portrayed a malevolent nurse in+$one flew over the cuckoos nest$
- 5560 datawhich actress played billy kwan in+$the year of living dangerously$
- 5570 datawho starred opposite jeff goldblum+in $the fly$
- 5580 datawhich actress had the title role in+$peggy sue got married$
- 5590 datawho played pamela in the ghost film+$the uninvited$
- 5600 datawho co-starred with kirk douglas in+$the bad and the beautiful$
- 5610 datawho played robin hood's daughter in+$son of robin hood$
- 5620 datawho played claire in the underwater+adventure $lords of the deep$
- 5630 datawho played willie in the underwater+thriller $leviathan$
- 5640 datawhich actress starred in the slimey+thriller $frogs$
- 5650 datawho gives birth to a killer baby in+$the devil within her$
- 5660 datawhich star plays megan in the movie+$critters 2@ the main course$
- 5670 datawho played lora in the sci-fi movie+$alien warrior$
- 5680 datawhich actress was a lady vampire in+$lair of the white worm$
- 5690 datawhich actress portrays lt. savik in+$star trek ii@ the wrath of khan$
- 5700 datawhich starlet had the title role in+$phoenix the warrior$
- 5710 datawhich actress played chrissy in the+film $class of nuke 'em high$
- 5720 rem --- answers ---
- 5730 datakim basinger,lee meriwether
- 5740 datajulia roberts,ashley laurence
- 5750 datasusannah york,lysette anthony
- 5760 datamargaret lenzey,carrie henn
- 5770 dataallison hayes,rachel ticotin
- 5780 datasissey spacek,goldie hawn
- 5790 datalori singer,jamie lee curtis
- 5800 datajoan greenwood,julia adams
- 5810 datasharon stone,brigitte nielsen
- 5820 datamargot kidder,tanya roberts
- 5830 datarobin wright,anne francis
- 5840 datalaraine day,kim hunter
- 5850 dataraquel welch,maud adams
- 5860 dataelizabeth taylor,cher
- 5870 dataeleanor bron,sandahl bergman
- 5880 datakelly mcgillis,kathy bates
- 5890 datafiona shaw,melanie griffith
- 5900 datarenee soutendijk,shelley long
- 5910 dataanjelica huston,raquel welch
- 5920 datarosanna arquette,meg ryan
- 5930 datahilary shepard,goldie hawn
- 5940 datakathy baker,ingrid bergman
- 5950 datakatharine cullen,cheryl ladd
- 5960 datablair parker,barbara shelley
- 5970 dataveronica carlson,sean young
- 5980 dataheather locklear,bo derek
- 5990 datadee wallace,nastassia kinski
- 6000 datajoan fontaine,ida lupino
- 6010 datahelen slater,stacey travis
- 6020 datanancy allen,whoopi goldberg
- 6030 datacristina raines,june allyson
- 6040 datagina gershon,sarah patterson
- 6050 datatahnee welch,daryl hannah
- 6060 dataanne bobby,glenn close
- 6070 dataally sheedy,raquel welch
- 6080 datablair brown,sean young
- 6090 datallona massey,barbara shelley
- 6100 dataraquel welch,helen chandler
- 6110 dataelisabeth shue,maureen mooney
- 6120 dataangela lansbury,helen shaver
- 6130 databonnie bedelia,jenifer grey
- 6140 dataeileen davidson,jane fonda
- 6150 datadeborah kerr,eileen davidson
- 6160 dataemily lloyd,joanne w. kilmer
- 6170 datajill schoelen,rebecca harrell
- 6180 datajodie foster,goldie hawn
- 6190 datateri copley,elizabeth kaitan
- 6200 datakerrie keane,ally sheedy
- 6210 datakelly lebrock,denise crosby
- 6220 datasigourney weaver,karen allen
- 6230 datanancy allen,daryl hannah
- 6240 datacherie currie,june duprez
- 6250 datavivien leigh,lauren bacall
- 6260 datademi moore,jobeth williams
- 6270 datasally field,joan crawford
- 6280 dataolivia hussey,billie burke
- 6290 datadiana lynn,annabelle larsen
- 6300 datatheresa russell,rita hayworth
- 6310 databridget fonda,rae dawn chong
- 6320 datakristy mcnichol,kirstie alley
- 6330 datajanet leigh,diane keaton
- 6340 dataanita louise,julie andrews
- 6350 dataflora robson,melinda dillon
- 6360 datamaureen o'hara,rachel ward
- 6370 dataamy irving,drew barrymore
- 6380 datalinda hamilton,katharine ross
- 6390 dataangie dickenson,judi bowker
- 6400 dataanjelica huston,lea thompson
- 6410 dataviveca lindfors,annie potts
- 6420 datajamie gertz,cathy lee crosby
- 6430 datakim basinger,myrna loy
- 6440 dataheather thomas,rhonda fleming
- 6450 datalouise fletcher,kim crosby
- 6460 dataroseanne barr,phoebe cates
- 6470 datamia sara,shelley hack
- 6480 datapeggie castle,deborah richter
- 6490 datavictoria tennant,meryl streep
- 6500 datamargaret colin,lynn redgrave
- 6510 datajessica tandy,ami dolenz
- 6520 datamarlene dietrich,greer garson
- 6530 datagrace kelly,laura dern
- 6540 datapatty duke,barbara stanwyck
- 6550 datageraldine page,tanya roberts
- 6560 datashirley knight,lorraine gary
- 6570 datadolores del rio,deborah kerr
- 6580 datairene ware,renee soutendijk
- 6590 dataolivia hussey,kelly mcgillis
- 6600 datasandahl bergman,glenn close
- 6610 datajobeth williams,madonna
- 6620 dataellen barkin,lorna heilbron
- 6630 datajane russell,natalie wood
- 6640 datakelly lynch,louise fletcher
- 6650 datalinda hunt,geena davis
- 6660 datakathleen turner,ruth hussey
- 6670 datalana turner,june laverick
- 6680 datapriscilla barnes,amanda pays
- 6690 datajoan van ark,joan collins
- 6700 dataliane curtis,pamela saunders
- 6710 dataamanda donohoe,kirstie alley
- 6720 datapeggy sands,janelle brady
- 6730 rem --- music data ---
- 6740 data 4817,2,5103,2,5407,2,8583,4,5407,2,8583,4,5407,4,8583,12,9634,2
- 6750 data 10207,2,10814,2,8583,2,9634,4,10814,2,8583,2,9634,4,8583,12
- 6760 rem --- bonus data ---
- 6770 data100,150,200,250,300,350,400,450,500,750,1000,750,500,450,400,350,300
- 6780 data250,200,150,100
- 6790 rem --- title screen ---
- 6800 data"[129] [211] [212]"
- 6810 data"[129] [211] [212] "
- 6820 data"[129] [211] [212] "
- 6830 data"[129]^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^[157][148]^"
- 6840 data"[129]^[149]*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^+[129];#<[157][148]#"
- 6850 data"[129]^[149]^ ^[129]/;/[157][148]<"
- 6860 data"[129]^[149]^ ^[129]/=/[157][148]>"
- 6870 data"[129]^[149]^ ^[129]=#>[157][148]#"
- 6880 data"[129]^[149]^ ^[129]^^^[157][148]^"
- 6890 data"[129]^[149]^ ^[129];#<[157][148]#"
- 6900 data"[129]^[149]^ ^[129]/;/[157][148]<"
- 6910 data"[129]^[149]^ ^[129]/=/[157][148]>"
- 6920 data"[129]^[149]^ ^[129]=#>[157][148]#"
- 6930 data"[129]^[149]^ ^[129]###[157][148]#"
- 6940 data"[129]^[149]^ ^[129]###[157][148]#"
- 6950 data"[129]^[149]^ ^[129]###[157][148]#"
- 6960 data"[129]^[149]^ ^[129]###[157][148]#"
- 6970 data"[129]^[149]^ ^[129]###[157][148]#"
- 6980 data"[129]^[149]^ ^[129]###[157][148]#"
- 6990 data"[129]^[149]^ ^[129]###[157][148]#"
- 7000 data"[129]^[149]^ ^[129]###[157][148]#"
- 7010 data"[129]^[149]^ ^[129]###[157][148]#"
- 7020 data"[129]^[149]+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^*[129]###[157][148]#"
- 7030 data"[129]^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^[192]^[157][148]_"
- 7040 data" [149]^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^"
- 7050 rem --- instructions ---
- 7060 poke53281,.:poke53280,6:print"[147]";
- 7070 a$="[154]%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%[157][148]%"
- 7080 fori=.to23:printa$:next:printa$""
- 7090 print"[158] "
- 7100 print" * * * * mistress game plan * * * * "
- 7110 print" "
- 7120 print"[150] "
- 7130 print" in each game you will be asked 20 "
- 7140 print" questions about movie actresses. "
- 7150 print" for each question there will be a "
- 7160 print" list of 16 hollywood stars. using "
- 7170 print" either a joystick in port two or "
- 7180 print" the cursor keys highlight who you "
- 7190 print" think the answer is then press "
- 7200 print" either the firebutton or return. "
- 7210 print" the point value for each question "
- 7220 print" begins at 50 and will increase by "
- 7230 print" 50 each time you answer correctly. "
- 7240 print" however, if you miss a question, "
- 7250 print" the point value will return to 50. "
- 7260 print" "
- 7270 print"[153] "
- 7280 print" press firebutton to continue "
- 7290 print" "
- 7300 ifpeek(197)=64and(peek(jy)and16)then7300
- 7310 :
- 7320 gosub860:print"[147]";
- 7330 fori=.to23:printa$:next:printa$""
- 7340 print"[158] "
- 7350 print" * * * * * the bonus roll * * * * * "
- 7360 print" "
- 7370 print"[150] "
- 7380 print" in addition to regular scoring, if "
- 7390 print" you correctly answer 3 questions "
- 7400 print" in a row you get a bonus roll. "
- 7410 print" in this game there will be a ball "
- 7420 print" moving up and down the left hand "
- 7430 print" side of the screen which you will "
- 7440 print" release into one of the scoring "
- 7450 print" pods on the right hand side of the "
- 7460 print" screen. however, until released, "
- 7470 print" the ball is invisible so your only "
- 7480 print" way of determining its location "
- 7490 print" will be a beep that occurs as the "
- 7500 print" ball hits the top or bottom wall. "
- 7510 print" "
- 7520 print"[153] "
- 7530 print" press firebutton to continue "
- 7540 print" "
- 7550 ifpeek(197)=64and(peek(jy)and16)then7550
- 7560 gosub860:poke53280,.:return
- 10000 open15,8,15,"s0:star mistresses":close15:save"star mistresses",8:end
-